projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9b5072
)
adwaita: Remove a dead rule
author
Timm Bäder
<mail@baedert.org>
Sat, 13 Jul 2019 16:08:45 +0000
(18:08 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sun, 14 Jul 2019 08:08:04 +0000
(10:08 +0200)
GtkFileChooserButtons are called "filechooserbutton" these days, not
button.file
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index ae777dd66134fb8ad863b6f44eb90d008ffdb400..7a5b05d802a90003049bd652f45d2615d96bceec 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-856,10
+856,10
@@
button {
}
// hide separators
- &.font
,
-
&.file { separator { background-color: transparent; }
}
-
-
&.font { > box > box > label { font-weight: bold; }
}
+ &.font
{
+
separator { background-color: transparent;
}
+ > box > box > label { font-weight: bold; }
+ }
// inline-toolbar buttons
.inline-toolbar & { @extend %linked; }